home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Magazyn 1996 June
/
CD Magazyn 1996.06.iso
/
machines
/
startuj.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-07-31
|
225 b
|
17 lines
@echo off
cls
if not exist creation.cfg goto s_set
:play
GRAFIX.EXE
DEMO.exe
tm.exe
goto end
:s_set
setsound
if exist creation.cfg goto play
@echo Sound configuration file not found - please try again
:end